Popup Window State
constructor(browser: Browser, bounds: Rect = DEFAULT_POPUP_BOUNDS, onClose: (PopupWindowState) -> Unit, scope: <Error class: unknown class>)
Parameters
browser
The popup browser.
bounds
The initial bounds of the popup.
scope
The coroutine scope used to update Compose observables.
on Close
A callback to be called when the popup is closed.